home *** CD-ROM | disk | FTP | other *** search
/ Super League / Super League.iso / TUTORIAL / CURSO / TEMA511.DXR / 00043.ls < prev    next >
Encoding:
Text File  |  1997-03-25  |  288 b   |  17 lines

  1. on startMovie
  2.   global inicio
  3.   set the visible of sprite 11 to 0
  4. end
  5.  
  6. on general
  7.   set i to 0
  8.   repeat with i = 13 to 18
  9.     if rollOver(i) then
  10.       set the visible of sprite i to 1
  11.       updateStage()
  12.       next repeat
  13.     end if
  14.     set the visible of sprite i to 0
  15.   end repeat
  16. end
  17.